DevJourney

MATLAB/VIT/Sem I/Ex - 2/q10.m

syms x y
f = 2*(x^2+y^2)
ezsurf(f)
colormap cool
View on GitHub